home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 123 / MacAddict_123_2006_11.iso / Software / Productivity / SQLite Manager 2.1.2.dmg / SQLiteManager / SQLiteManager.app / Contents / Info.plist next >
Extensible Markup Language  |  2006-08-11  |  3KB  |  112 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM
  3. "file://localhost/System/Library/DTDs/PropertyList.dtd">
  4. <plist version="0.9">
  5. <dict>
  6.    <key>CFBundleExecutable</key>
  7.    <string>SQLiteManager</string>
  8.    <key>CFBundleName</key>
  9.    <string>SQLiteManager</string>
  10.    <key>CFBundleInfoDictionaryVersion</key>
  11.    <string>6.0</string>
  12.    <key>CFBundleVersion</key>
  13.    <string>2.1.4</string>
  14.    <key>CFBundleDevelopmentRegion</key>
  15.    <string>en</string>
  16.    <key>CFBundlePackageType</key>
  17.    <string>APPL</string>
  18.    <key>CFBundleSignature</key>
  19.    <string></string>
  20.    <key>CFBundleGetInfoString</key>
  21.    <string></string>
  22.    <key>CFBundleIconFile</key>
  23.    <string>SQLiteManager.icns</string>
  24.    <key>CFBundleDocumentTypes</key>
  25.    <array>
  26.       <dict>
  27.          <key>CFBundleTypeName</key>
  28.          <string>xSQLite3/rsd</string>
  29.          <key>CFBundleTypeIconFile</key>
  30.          <string>SQLite3Rsd.icns</string>
  31.          <key>CFBundleTypeOSTypes</key>
  32.          <array>
  33.             <string>****</string>
  34.          </array>
  35.          <key>CFBundleTypeExtensions</key>
  36.          <array>
  37.             <string>rsd</string>
  38.          </array>
  39.       </dict>
  40.       <dict>
  41.          <key>CFBundleTypeName</key>
  42.          <string>SQLite2/sdb</string>
  43.          <key>CFBundleTypeIconFile</key>
  44.          <string>SQLite2Sdb.icns</string>
  45.          <key>CFBundleTypeOSTypes</key>
  46.          <array>
  47.             <string>****</string>
  48.          </array>
  49.          <key>CFBundleTypeExtensions</key>
  50.          <array>
  51.             <string>sdb</string>
  52.          </array>
  53.       </dict>
  54.       <dict>
  55.          <key>CFBundleTypeName</key>
  56.          <string>SQLite2/sqlite2</string>
  57.          <key>CFBundleTypeIconFile</key>
  58.          <string>SQLite2Sqlite2.icns</string>
  59.          <key>CFBundleTypeOSTypes</key>
  60.          <array>
  61.             <string>****</string>
  62.          </array>
  63.          <key>CFBundleTypeExtensions</key>
  64.          <array>
  65.             <string>sqlite2</string>
  66.          </array>
  67.       </dict>
  68.       <dict>
  69.          <key>CFBundleTypeName</key>
  70.          <string>SQLite3/sqlite</string>
  71.          <key>CFBundleTypeIconFile</key>
  72.          <string>SQLite3Sqlite.icns</string>
  73.          <key>CFBundleTypeOSTypes</key>
  74.          <array>
  75.             <string>****</string>
  76.          </array>
  77.          <key>CFBundleTypeExtensions</key>
  78.          <array>
  79.             <string>sqlite</string>
  80.          </array>
  81.       </dict>
  82.       <dict>
  83.          <key>CFBundleTypeName</key>
  84.          <string>SQLite3/sqlite3</string>
  85.          <key>CFBundleTypeIconFile</key>
  86.          <string>SQLite3Sqlite3.icns</string>
  87.          <key>CFBundleTypeOSTypes</key>
  88.          <array>
  89.             <string>****</string>
  90.          </array>
  91.          <key>CFBundleTypeExtensions</key>
  92.          <array>
  93.             <string>sqlite3</string>
  94.          </array>
  95.       </dict>
  96.       <dict>
  97.          <key>CFBundleTypeName</key>
  98.          <string>SQLite3/drh</string>
  99.          <key>CFBundleTypeIconFile</key>
  100.          <string>SQLite3Drh.icns</string>
  101.          <key>CFBundleTypeOSTypes</key>
  102.          <array>
  103.             <string>****</string>
  104.          </array>
  105.          <key>CFBundleTypeExtensions</key>
  106.          <array>
  107.             <string>drh</string>
  108.          </array>
  109.       </dict>
  110.    </array>
  111. </dict>
  112. </plist>